Copyright (C) 2011-2012 EnterSafe.
http://www.EnterSafe.com

EnterSafe Shuttle SDK For Linux
-------------------------------

	This package is EnterSafe Shuttle SDK with Cryptoki(PKCS#11) for Linux.It now supports ePass2002Auto USB tokens.


How to use it
-------------

	1: This package is green software that you needn't to install it,you can copy it to system library dir or any where just you want.

	2: For non-root user can communication with USB key,we must change the mode of the USB key's device file,we offer two shell scripts to do this. su to root and execute "sh config.sh" at first time before insert the USB key,if you don't used this SDK, just execute "sh unconfig.sh".

	3: If your system enable selinux, you need execute "chcon -t texrel_shlib_t es_eps2k2a.so".

	4: This support max 256 USB key in it.

	5: For mozilla firefox or thunder bird mail
	Run mozilla, open the menu "Edit"--->"Preferences"--->"Private & Security" ---->"Certificates" ---> "Manage Security Devices", and then add our "/your path/es_eps2k2a.so" to mozilla.


File List
---------

	The introduce of main files.

	config: This dir include two shell files that to change the usb device file's mode.
	config.sh: Change the system configures.
	unconfig.sh: Unchanged the system configures.
	docs: Contain some documents about this SDK.
	readme: This file.
	redist: Contain library file and user manager tool.
	es_eps2k2a.so: EnterSafe Shuttle Linux PKCS#11 library.
	pkimanager: User pki manager.
	pkimanager_admin: Administrator pki manager.
	sample: Contain the include file and some sample source.

